From dbc69b1f0e7f431016a50b78aa2aa2325df8ab02 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 2 Oct 2016 12:55:53 -0500 Subject: [PATCH] Remove ia64 CFLAGS "-O1" workaround --- debian/rules | 8 -------- 1 file changed, 8 deletions(-) diff --git a/debian/rules b/debian/rules index 9217514ca23..f4410e74e81 100755 --- a/debian/rules +++ b/debian/rules @@ -108,14 +108,6 @@ CFLAGS += -Wall LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS) CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS) -ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) - ifneq (,$(filter $(DEB_HOST_ARCH),ia64)) - # Fix a problem with newer versions of gcc on ia64. - # See bugs #582439 and #679986. - CFLAGS += -O1 - endif # eq ia64 -endif - joblimit := $(patsubst parallel=%,%,$(filter parallel=%,$(DEB_BUILD_OPTIONS))) ifeq (,$(joblimit)) joblimit := 1 -- 2.30.2